'Declaration Public Function New( _ ByVal source As IEnumerable, _ ByVal select As Func(Of IReadOnlyList(Of S),Integer,T) _ )
public C1SelectDataCollection<S,T>( IEnumerable source, Func<IReadOnlyList<S>,int,T> select )
Parameters
- source
- The source.
- select
- Select function which converts a source item into an item of this collection.